In This Topic
Syntax
'Declaration
Public Overridable Function EstimatedHeight( _
ByVal As UIKit.UITableView, _
ByVal As Foundation.NSIndexPath _
) As NFloat
public virtual NFloat EstimatedHeight(
UIKit.UITableView ,
Foundation.NSIndexPath
)
Parameters
- tableView
- indexPath
See Also